home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / xfig_sup.lha / xfig_support / doc / manual / Makefile < prev    next >
Makefile  |  1995-08-29  |  164b  |  14 lines

  1. #
  2. # TransFig makefile
  3. #
  4.  
  5. all: trans.tex 
  6.  
  7. # translation into latex
  8.  
  9. trans.tex: trans.fig Makefile
  10.     fig2dev -L latex trans.fig > trans.tex
  11. clean::
  12.     rm -f trans.tex
  13.  
  14.